home *** CD-ROM | disk | FTP | other *** search
- Path: Belgium.EU.net!news
- From: albert@sonytel.be (Albert Dorofiev)
- Newsgroups: comp.lang.c++
- Subject: Re: TYPEDEF help needed
- Date: 15 Mar 1996 13:12:42 GMT
- Organization: EUnet Belgium, Leuven, Belgium
- Message-ID: <4ibqca$hto@news.Belgium.EU.net>
- References: <Do9J5n.KE7.0.-s@cs.vu.nl>
- NNTP-Posting-Host: iris.sonytel.be
- X-Newsreader: knews 0.9.5
-
- In article <Do9J5n.KE7.0.-s@cs.vu.nl>,
- alverste@cs.vu.nl (Andre Versteeg) writes:
- >typedef struct Coordinates
- >{
- > int x,y;
- >
- >} Coordinates;
- >
- >typedef Coordinates[100] CoordinatesList;
-
- I may be wrong, but the last definition
- should be:
-
- typedef Coordinates CoordinatesList[100];
-
- Sorry if this is not Ok
-
- --
- Albert Dorofeev albert@sonytel.be
-
- Sony Telecom Europe Tel. 02/ 724 1980
- St.Stevens Woluwestraat 55 Fax 02/ 726 2686
- B-1130 Brussel, Belgium, Europe
-
-